home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / pq214.zip / POWHELP.EXE / HELP.E < prev    next >
Text File  |  1991-08-08  |  10KB  |  269 lines

  1. Message Display Screen
  2. ~~~~~~~~~~~~~~~~~~~~~~
  3. Return -  Move on to the next screen of the current message. If
  4.           there are no more screens in the current message then
  5.           mark the current message as read and move to the next
  6.           unread message in the current conference.
  7.  
  8.           If there are no unread messages in the current
  9.           conference then, if the current conference was entered
  10.           normally then exit to the conference selection menu; if
  11.           the conference was entered forcibly (using Tab at the
  12.           conference menu), because there were no unread messages
  13.           in the first place, then assume that the user is
  14.           browsing and do nothing.
  15.  
  16.           See also Ctrl/CsrDn (or Ctrl/d or / or ?). These have
  17.           the same action as Return except that unread messages
  18.           are presented in thread order instead of date/time
  19.           order. i.e., the sequence is 'date/time within Subject'
  20.           instead of just 'date/time'.
  21.  
  22. Ctrl/Return - Mark current message as read and move on to next
  23.               unread message. If there are no further unread
  24.               messages in the current conference, exit to the
  25.               conference selection menu.
  26.  
  27. ^ - Mark current message as read and move on to PREVIOUS unread
  28.     message in the current conf; if there is no previous unread,
  29.     revert to forward reading, if there are no unread messages in
  30.     the current conference, exit to the conference menu.
  31.  
  32. Tab -    Skip to the oldest unread message in the current 
  33.          conference.
  34.  
  35. Esc -    Return to the Power-QWK Conference Menu.
  36.  
  37. Home - Skip to the beginning of the current message.
  38.  
  39. End - Skip to the end of the current message.
  40.  
  41. Ctrl/Home - Skip to the first message in the conference.
  42.  
  43. Ctrl/End - Skip to the last message in the current conference.
  44.  
  45. Ins      } These keys may be used to mark the current message as
  46. Ctrl/Ins } Alpha, Beta or Delta, respectively. For an explanation
  47. Del      } of these terms, press F2 to display the Message Pick
  48.            List and then press F1 for help.
  49.  
  50. A -      ANSI Animate the current message.
  51.  
  52.          Power-QWK supports standard ANSI plus ANSI Art and ANSI
  53.          Music.
  54.  
  55.          Speed of display may be varied, on a scale from 0 to 50,
  56.          by pressing the Cursor Up and Down keys while the
  57.          message is being displayed.
  58.  
  59.          The default speed is 0 (the fastest) and each press of
  60.          the Cursor Up or Down keys increases or decreases speed
  61.          by one point on the scale.
  62.  
  63.          Note that the speed of play of Ansi music is not affected.
  64.  
  65.          For a full description of both the ANSI standard and the
  66.          GW-BASIC PLAY command format adopted for Ansi Music,
  67.          please refer to the file ansiart.doc, included in the
  68.          Power-QWK package.
  69.  
  70. D -      Move Down to the chronologically 'next' message in the
  71.          current conference, whether it has been read already or
  72.          not.
  73.  
  74.          Same as + (plus) or = (equals).
  75.  
  76. E -      Examine the current message for lines which match the
  77.          current Wildcard pattern, as set up by a previous W
  78.          command (see 'W', below).
  79.  
  80. F -      File the current message.
  81.  
  82.          Power-QWK asks you for the name of the file to which
  83.          the message is to be appended, offering the default
  84.          name from Power-QWK Configuration as a suggestion.
  85.  
  86.          If the file does not exist, it is created.
  87.  
  88.          If the supplied name starts with an exclamation mark (!)
  89.          then the exclamation mark is removed and the named file
  90.          is emptied before use.
  91.  
  92. G -      Gateway to DOS.
  93.  
  94. I -      Reply to the current message, also importing another 
  95.          file into the reply.
  96.  
  97. L -      Send a LineFeed character to the printer.
  98.  
  99. M -      Toggle the Marked status of the current message.
  100.  
  101. N -      Send a NewPage (FormFeed) character to the printer.
  102.  
  103. P -      Print the current message.
  104.  
  105. R -      Reply to the current message.
  106.  
  107. S -      Say. i.e., add a message to the current conference 
  108.          which is not a reply to some other message. Initiate a 
  109.          thread.
  110.  
  111. T -      Steal a Tagline from anywhere on the screen.
  112.  
  113. U -      Move Up to the chronologically 'previous' message in
  114.          the current conference, whether it has been read already
  115.          or not.
  116.  
  117.          Same as - (hyphen) or _ (underscore).
  118.  
  119. W -      Initiate a Wildcard Search for a text string. Power-QWK
  120.          will search in message bodies and optionally include
  121.          Subject fields.
  122.  
  123.          Power-QWK prompts for a pattern to be searched for. This
  124.          may include any number of * and ? wildcards. Any trailing
  125.          space characters are truncated.
  126.  
  127.          If the truncated pattern does not begin with * then
  128.          Power-QWK inserts * at the beginning of the pattern.
  129.  
  130.          If it does not end with * then Power-QWK adds * to the
  131.          end.
  132.  
  133.          Power-QWK then searches for whole LINES within messages
  134.          which match the supplied pattern. Power-QWK inserts a
  135.          space character at the beginning and end of each line
  136.          before attempting the match.
  137.  
  138.          Thus, the pattern '*bat*' will match any message which
  139.          contains at least one line which contains the STRING
  140.          'bat'.
  141.  
  142.          The pattern '* bat *' will match any message which
  143.          contains at least one free-standing occurrence of the
  144.          WORD 'bat'. Careful with this one - it won't match words
  145.          which are immediately followed by punctuation symbols.
  146.  
  147.          Searching for whole words is best accomplished by not
  148.          including the second space in the search pattern.
  149.  
  150.          e.g., '* bat*'. This will also find words which merely
  151.          BEGIN with 'bat' but at least no occurrences of 'bat,'
  152.          or 'bat.' will be missed.
  153.  
  154.          The pattern '* ??b*' will match any message which
  155.          contains at least one WORD whose third letter is b.
  156.  
  157.          etc.
  158.  
  159.          See also 'E' above and 'Y' below.
  160.  
  161. X -      Same as 'Say' but also import another file into the 
  162.          message.
  163.  
  164. Y -      Finds 'Yet another' message which matches the pattern
  165.          previously set up by a previous W command (see W, above).
  166.  
  167.          So, to find every message in a conference which contains
  168.          a specific string, use W to find the first message and
  169.          then use Y to find each other message in turn.
  170.  
  171.          See 'E' above to find each occurrence of the string
  172.          within each message found.
  173.  
  174. # or ~   Skip to message number. Power-QWK will ask you for a
  175.          message number and then search for it in the current
  176.          conference. If a message is found with the number you
  177.          supply, it is displayed.
  178.  
  179.          If the message currently on display is a reply then
  180.          Power-QWK will offer as a suggestion the number of the
  181.          message to which the current message refers.
  182.  
  183. + or = } Move to the chronologically 'next' message in the
  184.          current conference, whether or not it has been read
  185.          already.
  186.  
  187. - or _ } Move to the chronologically 'previous' message in the
  188.          current conference, whether or not it has been read
  189.          already.
  190.  
  191. CursorDown - These keys may be used to scroll down and up,
  192. CursorUp     respectively, through the current message.
  193.  
  194. Ctrl/CsrUp - Move to the previous message in the current THREAD
  195. Ctrl/u       whether it has been read already or not.
  196.  
  197.              Two or more messages are said to form a thread if
  198.              they have identical Subject fields (ignoring case).
  199.  
  200. Ctrl/CsrDn - The action of this command depends upon whether
  201. Ctrl/d       there were unread messages in the current conference
  202. / or ?       at the time you entered it. i.e., whether you are in
  203.              'initial read' mode or 'conference browse' mode.
  204.  
  205.              In initial read mode, the action is identical to
  206.              Return except that messages are followed in thread
  207.              order instead of chronological order. i.e., in the
  208.